File readch() MethodFile(path).readch() Description The File readch() method reads one single text character. Line feeds are recognized as CR, LF, CRLF or LFCR pairs. If the file is encoded, multiple bytes may be read to create single Unicode characters. Parameters None. Returns String. |